projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35e3d00
)
Fix image-animate declaration
author
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 12 Nov 2021 02:31:48 +0000
(
03:31
+0100)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Fri, 12 Nov 2021 02:31:53 +0000
(
03:31
+0100)
* lisp/net/shr.el (image-animate): Fix declaration.
lisp/net/shr.el
patch
|
blob
|
history
diff --git
a/lisp/net/shr.el
b/lisp/net/shr.el
index 19d324b16f25760f90ee2603e5e2baee1aa00d4f..fd7469389ad7f1d8b33d6368544e8413d733b918 100644
(file)
--- a/
lisp/net/shr.el
+++ b/
lisp/net/shr.el
@@
-1137,7
+1137,7
@@
the mouse click event."
;; Behind display-graphic-p test.
(declare-function image-size "image.c" (spec &optional pixels frame))
-(declare-function image-animate "image" (image &optional index limit))
+(declare-function image-animate "image" (image &optional index limit
position
))
(defun shr-put-image (spec alt &optional flags)
"Insert image SPEC with a string ALT. Return image.